Generating a JWT Token
To generate the JWT token that will be used for authentication purposes in production environments it is necessary to configure the jwt_payload
parameter with the corresponding payload. To do this, complete the steps below:
- Access the Adobe I/O Console and go to Service Account (JWT).
- Copy the JWT payload and use it to configure the
jwt_payload
parameter when configuring the credentials.
Once this parameter has been configured, the processor will be able to obtain an access token required for authentication using the production credentials.